It looks like when alert comes in notification sound is played only once. This seems to be suboptimal and instead notification should be played until app is opened/alert is acked.
It looks like android provides a way to do this: https://developer.android.com/reference/android/app/Notification.html#FLAG_INSISTENT
Thanks!